home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Full
/
Paragon Drive Backup 9
/
DB90_SE_x64.msi
/
Data1.cab
/
_2C2039F99087462CB0DD23A0B0A2F80F
< prev
next >
Wrap
Extensible Markup Language
|
2008-06-28
|
1KB
|
54 lines
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
version="1.0">
<xsl:output
method="html"
version="4.0"
encoding="UTF-8"
omit-xml-declaration="yes"
indent="yes"/>
<xsl:include href="./resource/html/propcell.xsl"/>
<xsl:template match="/Root">
<html>
<TABLE>
<TR>
<TD align="left" colspan="2">
<h2>QT_TRANSLATE_NOOP("QObject", "Paragon backup capsule")</h2>
<img src="hline_gray"/>
</TD>
</TR>
<TR>
<TD align="right">
<nobr><b>QT_TRANSLATE_NOOP("QObject", "File system type")</b></nobr>
</TD>
<TD align="left">
<p>
QT_TRANSLATE_NOOP("QObject", "Paragon backup capsule")
</p>
<p>
QT_TRANSLATE_NOOP("QObject", "Backup Capsule is a specially secured place (with it's own independent system layout) on the hard disk which is used to store backup images")
</p>
</TD>
</TR>
<TR>
<TD colspan="2">
<img src="hline_gray"/>
</TD>
</TR>
</TABLE>
</html>
</xsl:template>
</xsl:stylesheet>